projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23907e1
)
tests: Ifdef out unused code
author
Benjamin Otte
<otte@redhat.com>
Mon, 30 Apr 2012 18:43:51 +0000
(20:43 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 1 May 2012 01:13:01 +0000
(
03:13
+0200)
The test using those functions was disabled in
b310ba29d0c14cdd566b4af1dd10599735980985
gtk/tests/keyhash.c
patch
|
blob
|
history
diff --git
a/gtk/tests/keyhash.c
b/gtk/tests/keyhash.c
index ced83c650f372a26776f37690fef7a1a703779c2..2db2f29d0ce7d968d73e9194571452f4738f09a4 100644
(file)
--- a/
gtk/tests/keyhash.c
+++ b/
gtk/tests/keyhash.c
@@
-53,6
+53,7
@@
test_basic (void)
}
+#if 0
typedef struct
{
guint keyval;
@@
-184,6
+185,7
@@
test_virtual (void)
_gtk_key_hash_free (hash);
}
+#endif
int
main (int argc, char **argv)